# Delete a custom action by ID

Delete a custom action by ID

Endpoint: DELETE /v2/custom-actions/{custom_action_id}/
Version: 1.0.0

## Path parameters:

  - `custom_action_id` (string, required)

## Response 200 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 200

## Response 400 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 400

## Response 404 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 404

## Response 500 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 500


